home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #6 / CD 6 (Black) - 2001.iso / Panda / DATA1.CAB / Scanner / Iface.exe / 0 / RCDATA / TFORMSHARE / TFORMSHARE.txt
Encoding:
Text File  |  2000-11-23  |  4.2 KB  |  165 lines

  1. object FormShare: TFormShare
  2.   Tag = 62200
  3.   Left = 261
  4.   Top = 152
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Activar versi∩┐╜n completa'
  8.   ClientHeight = 251
  9.   ClientWidth = 393
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LabelActivar: TLabel
  22.     Tag = 62200
  23.     Left = 14
  24.     Top = 14
  25.     Width = 116
  26.     Height = 13
  27.     Caption = 'Activar versi∩┐╜n completa'
  28.   end
  29.   object Bevel9: TBevel
  30.     Left = 140
  31.     Top = 20
  32.     Width = 237
  33.     Height = 9
  34.     Shape = bsTopLine
  35.   end
  36.   object Label1: TLabel
  37.     Tag = 62300
  38.     Left = 58
  39.     Top = 128
  40.     Width = 80
  41.     Height = 13
  42.     AutoSize = False
  43.     Caption = 'Usuario'
  44.   end
  45.   object Label2: TLabel
  46.     Tag = 12500
  47.     Left = 58
  48.     Top = 156
  49.     Width = 80
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = 'Password'
  53.   end
  54.   object LabelCodigo: TLabel
  55.     Tag = 62400
  56.     Left = 58
  57.     Top = 184
  58.     Width = 80
  59.     Height = 13
  60.     AutoSize = False
  61.     Caption = 'C∩┐╜digo'
  62.   end
  63.   object PandaBrown1: TPandaBrown
  64.     Left = 16
  65.     Top = 36
  66.     Width = 32
  67.     Height = 32
  68.     TheBrown.Data = {
  69.       76020000424D7602000000000000760000002800000020000000200000000100
  70.       0400000000000002000000000000000000001000000010000000FFFFFF0000FF
  71.       FF00FF00FF000000FF00C0C0C00080808000008080008000800000008000FFFF
  72.       000000FF00008080000000800000FF0000008000000000000000222222222222
  73.       222FFFFFFF22222222222222222222222554444444FFF2222222222222222225
  74.       544B444444444FF222222222222222544EEB4F4F4FF4444F222222222222254E
  75.       EBB44444444444B4F2222222222254EEB4444FF4F4FF44BE4F2222222D2254EB
  76.       4444444444444BEE4F2222222DD54EEB444444444444BEEEE4F22222DDDD4EEB
  77.       44444BBBBBBBEEEEE4F2222DDDDDDEEB4444B5555EEEEEEEEE4F22DDDDDDE0EB
  78.       444B5FFFF5EEEEEEEE4F22DD2DD4E0EB44B5F0005F5EEEEEEE4F22D22D54EEEB
  79.       44B5F0005F5EEEEEEE4F22D22254E0EB44B5F0005F5EEEEEEE4F22D22254EEEB
  80.       44B5F0005F5EEEEEEE4F222D22FFFFFB44BE5FFFF5EEEEEEEE4F2222FF44444F
  81.       F4BEE5555EEEEEEEEE4F222F444444444FBEEEEEEEEEEEEEE4F222F4E4FFFF44
  82.       E4FEEEE0E00E0EEEE4F22F4EE444444EEE4FEEE000E0EEEE4F222F4E444444EE
  83.       EE4FEEEEEEEEEEEE4F22F4EE4445F5EEEEE4FEE0E00EEEE4F222F4EE445F0F5E
  84.       EEE4FEEEEEEEE44F2222F4EE44F000FEEEE4FEEEEEE44FF22222F4EE445F0F5E
  85.       EEE4F444444FF2222222F4EE44E5F5EEEEE4F5555552222222222F4E44EEEEEE
  86.       EE4F22222222222222222F4E44EE0000EE4F222222222222222222F444EE0EEE
  87.       E4F22222222222222222222F44EEEEE44F2222222222222222222222FF44444F
  88.       F2222222222222222222222222FFFFF222222222222222222222}
  89.   end
  90.   object ButtonAceptar: TButton
  91.     Tag = 2200
  92.     Left = 188
  93.     Top = 220
  94.     Width = 90
  95.     Height = 22
  96.     Caption = '&Aceptar'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 0
  100.     OnClick = ButtonAceptarClick
  101.   end
  102.   object ButtonCancelar: TButton
  103.     Tag = 2400
  104.     Left = 288
  105.     Top = 220
  106.     Width = 90
  107.     Height = 22
  108.     Cancel = True
  109.     Caption = '&Cancelar'
  110.     ModalResult = 2
  111.     TabOrder = 1
  112.   end
  113.   object EditUsuario: TEdit
  114.     Left = 150
  115.     Top = 124
  116.     Width = 230
  117.     Height = 21
  118.     MaxLength = 128
  119.     TabOrder = 2
  120.   end
  121.   object EditPassword: TEdit
  122.     Left = 150
  123.     Top = 150
  124.     Width = 230
  125.     Height = 21
  126.     MaxLength = 128
  127.     PasswordChar = '*'
  128.     TabOrder = 3
  129.   end
  130.   object EditCodigo: TEdit
  131.     Left = 150
  132.     Top = 178
  133.     Width = 230
  134.     Height = 21
  135.     MaxLength = 29
  136.     TabOrder = 4
  137.   end
  138.   object Memo1: TMemo
  139.     Tag = 62500
  140.     Left = 60
  141.     Top = 32
  142.     Width = 317
  143.     Height = 81
  144.     BorderStyle = bsNone
  145.     Color = clBtnFace
  146.     Lines.Strings = (
  147.       'Para convertir esta versi∩┐╜n shareware en una versi∩┐╜n completa '
  148.       
  149.         'debes registrarte a trav∩┐╜s de la tienda virtual o ponerte en con' +
  150.         'tacto '
  151.       'con Panda Software. Debes introducir en el recuadro inferior el '
  152.       'c∩┐╜digo de activaci∩┐╜n que se te suministrar∩┐╜ una vez te hayas '
  153.       'registrado.')
  154.     TabOrder = 5
  155.   end
  156.   object ManuForm1: TManuForm
  157.     TitleBar.ApplicationInfo.FontStyle = [fsBold]
  158.     TitleBar.Color = clBlue
  159.     TitleBar.CompanyInfo.FontStyle = [fsBold, fsItalic]
  160.     TitleBar.NbOfColors = 0
  161.     Left = 346
  162.     Top = 7
  163.   end
  164. end
  165.